func runtime.newInlineUnwinder
12 uses
runtime (current package)
mprof.go#L597: u, uf := newInlineUnwinder(fi, callPC)
panic.go#L1128: for iu, f := newInlineUnwinder(u.frame.fn, u.symPC()); f.valid(); f = iu.next(f) {
preempt.go#L461: u, uf := newInlineUnwinder(f, pc)
symtab.go#L135: u, uf := newInlineUnwinder(funcInfo, pc)
symtab.go#L235: u, uf := newInlineUnwinder(f.funcInfo, f.PC)
symtab.go#L268: u, uf := newInlineUnwinder(f, tracepc)
symtab.go#L792: u, uf := newInlineUnwinder(f, pc)
symtabinl.go#L67: func newInlineUnwinder(f funcInfo, pc uintptr) (inlineUnwinder, inlineFrame) {
traceback.go#L629: for iu, uf := newInlineUnwinder(f, u.symPC()); n < len(pcBuf) && uf.valid(); uf = iu.next(uf) {
traceback.go#L971: for iu, uf := newInlineUnwinder(f, u.symPC()); uf.valid(); uf = iu.next(uf) {
traceback.go#L1072: u, uf := newInlineUnwinder(f, pc)
tracestack.go#L330: u, uf := newInlineUnwinder(fi, callPC)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |